:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.certificate .sub_page {
  width: calc(100% - 250px);
}
.certificate_notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #0082ff;
}
.certificate_notice span {
  display: inline-block;
  width: 60px;
  height: 19px;
  margin-right: 10px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  background-color: #222222;
  border-radius: 30px;
}
.certificate_notice p {
  color: #ffffff;
  font-size: 18px;
}
.certificate .subtitle {
  position: relative;
  margin-bottom: 44px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.certificate .subtitle span {
  color: #0082ff;
}
.certificate .subtitle::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.certificate .subtitle:nth-of-type(1) {
  margin-top: 80px;
}
.certificate .subtitle:nth-of-type(2) {
  margin-top: 80px;
}
.certificate .subtitle:nth-of-type(3) {
  margin-top: 80px;
}
.certificate .subtitle:nth-of-type(4) {
  margin-top: 80px;
  margin-bottom: 42px;
}
.certificate_list {
  margin: 0 50px;
  margin-bottom: 60px;
}
.certificate_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 20px 0 60px;
  color: #000000;
  font-size: 15px;
  border: 1px solid #dddddd;
  border-radius: 40px;
}
.certificate_list li:last-of-type {
  margin-bottom: 0;
}
.certificate_list li::before {
  position: absolute;
  top: 17px;
  left: 26px;
  content: "";
  width: 21px;
  height: 16px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/certificate/icon_check_blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.certificate .table_title {
  margin-bottom: 23px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}
.certificate .info_title {
  margin-bottom: 25px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}
.certificate .info_title.mgt45 {
  margin-top: 45px;
}
.certificate .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
  padding: 45px 50px;
  border: 1px solid #dddddd;
  gap: 50px;
}
.certificate .info_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.certificate .info_box_title {
  margin-bottom: 15px;
  color: #0082ff;
  font-size: 17px;
  font-weight: 700;
}
.certificate .info_box_desc p {
  margin-bottom: 10px;
  color: #222222;
  font-size: 15px;
}
.certificate .info_box_desc p:nth-of-type(3) {
  margin-bottom: 20px;
}
.certificate .info_box_desc p:last-of-type {
  margin-bottom: 0;
}
.certificate .for_table_header th {
  border-bottom: 0;
}
.certificate .for_table {
  position: relative;
  width: 100%;
}
.certificate .for_table:nth-of-type(3) {
  margin-bottom: 40px;
}
.certificate .for_table_slide {
  position: relative;
  overflow: hidden;
}
.certificate .for_table .swiper-button-prev, .certificate .for_table .swiper-button-next {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.certificate .for_table .swiper-button-prev::after, .certificate .for_table .swiper-button-next::after {
  display: none;
}
.certificate .for_table .swiper-button-prev {
  left: 0;
}
.certificate .for_table .swiper-button-next {
  right: 0;
}
.certificate .tiny_noti {
  display: block;
  margin: 15px 0 57px 0;
  line-height: 1.6;
  color: #bbbbbb;
  font-size: 13px;
  text-align: right;
}
.certificate .tiny_noti.mgb40 {
  margin-bottom: 40px;
}
.certificate .tiny_noti.mgb120 {
  margin-bottom: 120px;
}
.certificate .btn_default {
  width: 380px;
  font-size: 18px;
}
.certificate .graph_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.certificate .graph_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate .graph_wrap > div p {
  margin-top: 15px;
  color: #222222;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .certificate .inner {
    padding: 3rem 1rem 6rem 1rem;
  }
  .certificate .sub_page {
    width: 100%;
  }
  .certificate_notice {
    height: 6rem;
  }
  .certificate_notice span {
    width: 6rem;
    height: 1.9rem;
    margin-right: 1rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    border-radius: 3rem;
  }
  .certificate_notice p {
    font-size: 1.8rem;
  }
  .certificate .subtitle {
    margin-bottom: 4.4rem;
    padding-top: 4.5rem;
    font-size: 3rem;
  }
  .certificate .subtitle::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .certificate .subtitle:nth-of-type(1) {
    margin-top: 8rem;
  }
  .certificate .subtitle:nth-of-type(2) {
    margin-top: 8rem;
  }
  .certificate .subtitle:nth-of-type(3) {
    margin-top: 8rem;
  }
  .certificate .subtitle:nth-of-type(4) {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  .certificate_list {
    margin: 0 5rem;
    margin-bottom: 6rem;
  }
  .certificate_list li {
    height: 5rem;
    margin-bottom: 1rem;
    padding: 0 2rem 0 6rem;
    font-size: 1.5rem;
    border-radius: 4rem;
  }
  .certificate_list li::before {
    top: 1.7rem;
    left: 2.6rem;
    width: 2.1rem;
    height: 1.6rem;
  }
  .certificate .table_title {
    margin-bottom: 2.3rem;
    font-size: 1.8rem;
  }
  .certificate .info_title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .certificate .info_title.mgt45 {
    margin-top: 4.5rem;
  }
  .certificate .info_box {
    margin-bottom: 4.5rem;
    padding: 4.5rem 5rem;
    gap: 5rem;
  }
  .certificate .info_box_title {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
  }
  .certificate .info_box_desc p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .certificate .info_box_desc p:nth-of-type(3) {
    margin-bottom: 2rem;
  }
  .certificate .for_table:nth-of-type(3) {
    margin-bottom: 4rem;
  }
  .certificate .for_table .swiper-button-prev, .certificate .for_table .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .certificate .tiny_noti {
    margin: 1.5rem 0 5.7rem 0;
    font-size: 1.3rem;
  }
  .certificate .tiny_noti.mgb40 {
    margin-bottom: 4rem;
  }
  .certificate .tiny_noti.mgb120 {
    margin-bottom: 12rem;
  }
  .certificate .btn_default {
    width: 38rem;
    font-size: 1.8rem;
  }
  .certificate .graph_wrap {
    margin-top: 3rem;
  }
  .certificate .graph_wrap > div p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .certificate_list {
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .certificate_list li {
    height: 6rem;
    line-height: 1.2;
  }
  .certificate_list li::before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .certificate .info_title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .certificate .info_title:nth-of-type(4) {
    margin-top: 4rem;
  }
  .certificate .info_box {
    margin-bottom: 3rem;
    padding: 3rem 3rem;
    gap: 5rem;
  }
  .certificate .info_box_title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .certificate .info_box_desc p {
    font-size: 1.4rem;
  }
  .certificate .info_box_desc p:nth-of-type(3) {
    margin-bottom: 2rem;
  }
  .certificate .tiny_noti {
    font-size: 0.9rem;
  }
  .certificate .tiny_noti.mgb120 {
    margin-bottom: 5rem;
  }
  .certificate .graph_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .certificate .graph_wrap > img {
    width: calc(33.33% - 0.6rem);
  }
}
@media screen and (max-width: 768px) {
  .certificate_notice p {
    font-size: 1.6rem;
  }
  .certificate .subtitle {
    margin-bottom: 3rem;
    padding-top: 3rem;
    font-size: 2.4rem;
  }
  .certificate .subtitle::before {
    width: 4rem;
    height: 0.7rem;
  }
  .certificate .subtitle:nth-of-type(1) {
    margin-top: 5rem;
  }
  .certificate .subtitle:nth-of-type(2) {
    margin-top: 5rem;
  }
  .certificate .subtitle:nth-of-type(3) {
    margin-top: 5rem;
  }
  .certificate .subtitle:nth-of-type(4) {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .certificate_list {
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .certificate_list li {
    height: 5rem;
    padding: 0 2rem 0 6rem;
    font-size: 1.3rem;
  }
  .certificate_list li::before {
    left: 2.6rem;
    width: 2rem;
    height: 1.5rem;
  }
  .certificate .table_title {
    margin-bottom: 2.3rem;
    font-size: 1.8rem;
  }
  .certificate .info_box {
    margin-bottom: 4rem;
    padding: 3rem 1rem;
    gap: 1rem;
  }
  .certificate .for_table:nth-of-type(3) {
    margin-bottom: 4rem;
  }
  .certificate .for_table .swiper-button-prev, .certificate .for_table .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  .certificate table th, .certificate table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .certificate .for_table_scroll > div {
    overflow: auto;
    /* custom scrollbar */
  }
  .certificate .for_table_scroll > div::-webkit-scrollbar {
    width: 20px;
  }
  .certificate .for_table_scroll > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .certificate .for_table_scroll > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .certificate .for_table_scroll > div table {
    width: 70.8rem;
  }
  .certificate .tiny_noti {
    margin: 1rem 0 5rem 0;
    font-size: 0.9rem;
  }
  .certificate .tiny_noti.mgb40 {
    margin-bottom: 3rem;
  }
  .certificate .tiny_noti.mgb120 {
    margin-bottom: 5rem;
  }
  .certificate .btn_default {
    width: 60%;
    font-size: 1.6rem;
  }
  .certificate .graph_wrap {
    margin-top: 3rem;
  }
  .certificate .graph_wrap > div p {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .certificate_notice p {
    font-size: 1.3rem;
  }
  .certificate .subtitle {
    margin-bottom: 2rem;
    padding-top: 2rem;
    font-size: 2rem;
  }
  .certificate_list {
    margin-bottom: 3rem;
  }
  .certificate_list li {
    height: 6rem;
    font-size: 1.3rem;
  }
  .certificate .table_title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .certificate .info_title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .certificate .info_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certificate .info_box > div:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .certificate .btn_default {
    width: 80%;
  }
  .certificate .graph_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certificate .graph_wrap > img {
    width: 100%;
  }
}/*# sourceMappingURL=certificate.css.map */